@charset "utf-8";

/* CSS Document */

@import url(base.css);

/*通用样式*/

body {
    background-color: #F9F9F3;
    min-width: 1280px;
}

.flex {
    display: flex;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}


/*头部样式*/

.headTop {
    height: 40px;
    line-height: 40px;
    padding-right: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: linear-gradient(to top, #E6E6E6, #F4F5F5);
}

.headTopBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.headTopBox li {
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #10162B;
    height: 18px;
    line-height: 18px;
}

.headTopBox li:hover {
    color: #F7A01E
}

.headTopBox li:last-child {
    border-right: 0;
    margin-right: 30px;
}

.headTopImg {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.headBoxOne {
    width: 100%;
    height: 76px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.17);
}

.headLogo {
    flex: none;
    height: 76px;
    width: 390px;
}

.headLogos {
    flex: none;
    height: 76px;
    width: 320px;
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headBoxTwo {
    width: 100%;
    height: 76px;
    font-size: 30px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.17);
}

.headBoxTwoLeft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pageBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pageTitleIdentifying {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 40px;
    background-color: #383838;
}

.pageInput {
    height: 30px;
    width: 205px;
    border-radius: 30px;
    margin-right: 95px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #C0C0C0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pageInput input {
    border: 0;
}


/*导航*/

.navBox {
    flex: 1;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.navBox ul {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
}

.navBox ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.navBox ul li a {
    color: #10162A
}

.navBox ul li a:hover {
    color: #10162A
}

.navBox ul li span {
    display: inline-block;
    height: 76px;
    line-height: 76px;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 4px solid transparent;
}

.navBox li:hover span {
    border-bottom: 4px solid #FAAF34;
}

.navSearch {
    flex: none;
    width: 300px;
    display: flex;
    box-sizing: border-box;
    padding-right: 40px;
    justify-content: flex-end;
    align-items: center;
}

.navSearch>div {
    height: 30px;
    width: 205px;
    border-radius: 30px;
    margin-right: 25px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #C0C0C0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.navSearch>div input {
    border: none
}

.navSearch>div.active {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.navSearch>div+span {
    cursor: pointer;
}


/*  尾部样式 */

.foot {
    background-color: #F7A01E;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
}

.footTop {
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.footTop li {
    flex: none;
    cursor: pointer;
    height: 65px;
    line-height: 65px;
    width: 126px;
    text-align: center;
    border-right: 1px solid #ffff;
}

.footTop li a:hover {
    color: #fff
}

.footTop li:last-child {
    border-right: none;
}

.footBottom {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #383838;
    margin-bottom: 20px;
}

.footBottom li {
    flex: 1;
    text-align: center;
}

.footBottom li a:hover {
    color: #fff;
}


/*首页*/

.contentTop {
    padding: 60px 0px 0px 0px;
    width: 1124px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
}

.sideNav {
    margin-right: 35px
}

.sideNav ul li {
    width: 160px;
    height: 57px;
    font-size: 18px;
    line-height: 57px;
    padding: 0 5px;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
}

.sideNav ul li:hover {
    color: #fff;
    background: linear-gradient(to right, #F6A13E, #FFE485);
    background-color: #fff;
}

.sideNav ul li a {
    color: #383838;
}

.sideNav ul li a:hover {
    color: #fff;
}

.sideNav ul li span {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #E1E1E1
}

.science {
    flex: 1;
}

.itemTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.itemTitleLeft {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.itemTitleLeft img {
    margin-right: 20px
}

.bannerText {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 120px;
    color: #fff;
    padding: 40px 40px 25px;
    font-size: 18px;
    line-height: 22px;
    box-sizing: border-box;
    background: linear-gradient(to top, #F6A13E, #FFE48500);
}

.itemTitleRight {
    color: #757575;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.itemTitleRight:hover {
    color: #F7A01E;
}

.carousel {
    display: flex;
}

.itemTitleRight img {
    margin-left: 10px
}

.carouselBox {
    flex: none;
    width: 470px;
    height: 350px;
}

.carouselText {
    flex: none;
    width: 490px;
    height: 350px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #D4D4D4;
    padding: 10px 25px 25px;
}

.carouselText li {
    color: #0c0c0c;
    cursor: pointer;
    line-height: 20px;
    padding: 10px 0;
    border-top: 1px solid #E1E1E1;
}

.carouselText li:hover {
    color: #F7A01E;
}

.carouselText li:first-child {
    border-top: 0
}

.carouselBottomText {
    flex: none;
    width: 470px;
    height: 350px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #D4D4D4;
    padding: 10px 25px 25px;
    overflow: hidden;
}

.carouselBottomText li {
    color: #0c0c0c;
    cursor: pointer;
    line-height: 20px;
    padding: 10px 0;
    border-top: 1px solid #E1E1E1;
}

.carouselBottomText li:first-child {
    border-top: 0;
}

.carouselBottomText li:hover {
    color: #F7A01E;
}

.contentBottom {
    background-color: #fff;
}

.contentBottomBox {
    padding-top: 90px;
    width: 1135px;
    margin: -30px auto 0;
}

.contentBottomBox span {
    display: inline-block;
}

.contentBottomTitle {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #10162B;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.viewAll {
    margin-left: 15px;
    border-left: 2px solid #757575;
    line-height: 14px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #757575;
    display: flex;
}

.viewAll:hover {
    color: #F7A01E;
}

.viewAll img {
    margin-left: 5px;
}

.cardList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -6px;
    box-sizing: border-box;
}

.cardList li {
    flex: none;
    box-sizing: border-box;
    padding: 0 6px;
    margin-bottom: 10px;
    width: 33.3%;
}

.cardList li div {
    cursor: pointer;
}

.itemCardImg {
    width: 365px;
    height: 170px;
    overflow: hidden;
    box-shadow: 0px 4px 11px -6px rgba(0, 0, 0, 0.73);
    -webkit-box-shadow: 0px 4px 11px -6px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: 0px 4px 11px -6px rgba(0, 0, 0, 0.73);
}

.itemCardImg img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    /* 过渡效果 */
}

.cardList li div:hover .itemCardImg img {
    transform: scale(1.1);
}

.itemCardText {
    height: 60px;
    box-sizing: border-box;
    padding-top: 10px;
    color: #333;
}

.cardList li div:hover .itemCardText {
    color: #F7A01E;
}


/*新闻列表*/

.newslistBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 1270px;
    margin: 0 auto;
}

.newsList {
    width: 985px;
    padding: 0 60px 30px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #F1F1F1;
}

.newsNav {
    width: 285px;
}

.newsNav .sideNav {
    width: 160px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #F1F1F1;
    margin-left: 35px;
    margin-right: 0;
}

.newsListTitle {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsListTitleCard {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to right, #F6A13E, #FFE485);
}

.newsListBox {
    padding-top: 20px;
}

.newsListBox li {
    font-size: 18px;
    color: #10162B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 32px;
    margin-bottom: 20px;
    cursor: pointer;
}

.newsListBox li p {
    flex: 1;
    white-space: nowrap;
    /* 防止换行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 添加省略号 */
}

.newsListBox li span {
    flex: none;
    width: 100px;
}

.newsListBox li:hover p,
.newsListBox li:hover span {
    color: #F7A01E;
}

.pageData {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.pageData span {
    color: #7E480A;
    margin: 0 10px;
    cursor: pointer;
}

.pageData span:hover {
    color: #F7A01E;
}

.pageData input {
    width: 40px;
}


/*新闻详情*/

.newsInfoRight {
    width: 285px;
    box-shadow: 0px 0px 16px 0px #F1F1F1;
}

.newsiInfo {
    width: 960px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0px 0px 16px 0px #F1F1F1;
}

.newsInfoTitle {
    margin-bottom: 20px;
}

.newsInfoRightTop {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
    background: linear-gradient(to right, #F6A13E, #FFE485);
}

.newsInfoRightTopTitle {
    font-size: 18px;
}

.newsInfoRightTopAll {
    cursor: pointer;
}

.newsInfoRightTopAll img {
    margin-left: 10px;
}

.newsInfoRightBottom {
    background-color: #fff;
    padding: 10px 15px;
}

.newsInfoRightBottom ul li {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}

.newsInfoRightBottom ul li:hover {
    color: #DA7C0F;
}

.newsInfoRightBottom ul li span {
    font-size: 20px;
    color: #DA7C0F;
}

.infoTitle div {
    font-size: 26px;
    color: #000;
    line-height: 36px;
    margin-bottom: 15px
}

.infoTitle p {
    font-size: 16px;
    border-left: 1px solid #8A8A8A;
    padding-left: 20px;
    color: #8A8A8A;
}

.infoBoxContent {
    margin-top: 20px
}